@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 12px;
	font-family: "宋体";
	color: #666;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: red;
}
img {
	border: 0;
}
/*top开始*/
.top_box {
	width: 100%;
	height: 30px;
	background: #eeeff1;
	position: fixed;
	z-index: 10;
}
.top {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.top_left {
	width: 200px;
	line-height: 30px;
	float: left;
	color: #666666;
}
.top_right {
	width: 330px;
	line-height: 30px;
	float: right;
	color: #666666;
}
.top_right a {
	color: #666666;
	float: left;
	margin-left: 120px;
	text-decoration: none;
}
.top_right a:hover {
	color: red;
}
.demo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.demo a {
	margin: 0 5px 20px;
}
/*-------登录注册-------*/
#wrapper img {
	max-width: 100%;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
#wrapper a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0)
}
#wrapper input {
	border: 0 none;
	-webkit-appearance: none
}
#wrapper ul, p {
	padding: 0;
	margin: 0
}
#wrapper a {
	color: #666
}
#wrapper a, a:hover {
	text-decoration: none
}
#wrapper a:focus {
	outline: none
}
.animated, .animated1 {
	-webkit-animation-duration: 1.4s;
	animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes bounceIn {
 0% {
 opacity:0;
 -webkit-transform:scale(.3);
 transform:scale(.3)
}
50% {
 opacity:1;
 -webkit-transform:scale(1.05);
 transform:scale(1.05)
}
70% {
 -webkit-transform:scale(.9);
 transform:scale(.9)
}
100% {
 opacity:1;
 -webkit-transform:scale(1);
 transform:scale(1)
}
}
@keyframes bounceIn {
 0% {
 opacity:0;
 -webkit-transform:scale(.3);
 -ms-transform:scale(.3);
 transform:scale(.3)
}
50% {
 opacity:1;
 -webkit-transform:scale(1.05);
 -ms-transform:scale(1.05);
 transform:scale(1.05)
}
70% {
 -webkit-transform:scale(.9);
 -ms-transform:scale(.9);
 transform:scale(.9)
}
100% {
 opacity:1;
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
 @-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
 @-webkit-keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
 @keyframes bounceOutUp {
 0% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 20% {
 opacity: 1;
 -webkit-transform: translateY(20px);
 -ms-transform: translateY(20px);
 transform: translateY(20px);
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
 @-webkit-keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
 @keyframes rollIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%) rotate(-120deg);
 -ms-transform: translateX(-100%) rotate(-120deg);
 transform: translateX(-100%) rotate(-120deg);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0px) rotate(0deg);
 -ms-transform: translateX(0px) rotate(0deg);
 transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
 @-webkit-keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg);
 transform: perspective(400px) rotateX(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
 @keyframes flipInX {
 0% {
 -webkit-transform: perspective(400px) rotateX(90deg);
 -ms-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 40% {
 -webkit-transform: perspective(400px) rotateX(-10deg);
 -ms-transform: perspective(400px) rotateX(-10deg);
 transform: perspective(400px) rotateX(-10deg);
}
 70% {
 -webkit-transform: perspective(400px) rotateX(10deg);
 -ms-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
}
 100% {
 -webkit-transform: perspective(400px) rotateX(0deg);
 -ms-transform: perspective(400px) rotateX(0deg);
 transform: perspective(400px) rotateX(0deg);
 opacity: 1;
}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
.demo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.demo a {
	margin: 0 5px 20px;
}
#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#dialog {
	margin: 0 auto;
	display: none;
	background-color: #ffffff;
	position: fixed;
	z-index: 10000;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 280px;
	margin: -120px 0 0 -180px;
}
#dialog1 {
	position: fixed;
	z-index: 20000;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	top: 20%;
	left: 50%;
	width: 400px;
	height: 390px;
	margin: 0px 0 0 -180px;
}
.dialogTop {
	width: 90%;
	margin: 0 auto;
	letter-spacing: 1px;
	padding: 10px 0;
}
.dialogTop a {
	width: 70%;
	text-align: right;
}
.dialogIco {
	width: 60px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bolder;
}
.editInfos {
	padding: 0 0 15px;
	;
	margin-top: 5px;
}
.editInfos li {
	width: 86%;
	margin: 15px auto auto;
	text-align: left;
}
.editInfos li img {
	margin-left: 10px;
}
.editInfos_name {
	width: 100px;
	border: 1px red solid;
}
.editInfos li font {
	float: right;
	margin: 0 15px;
	line-height: 25px;
}
#ipt {
	width: 200px;
}
#ipt1 {
	width: 140px;
}
.ipt {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 14px;
	color: #4c4c4c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 5px;
	width: 250px;
	height: 30px;
}
.ipt:focus {
	outline: none;
	border-color: #66afe9;
}
.submitBtn {
	width: 90px;
	height: 30px;
	font-family: "微软雅黑", "microsoft yahei";
	cursor: pointer;
	margin-top: 10px;
	margin-left: 130px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background-color: #428bca;
	color: #fff;
}
.submitBtn1 {
	width: 120px;
	height: 30px;
	font-family: "微软雅黑", "microsoft yahei";
	cursor: pointer;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background-color: #428bca;
	color: #fff;
	margin-left: 10px;
}
/*logo部分*/
.small_box {
	width: 100%;
	height: 120px;
	background: #fff;
	padding-top: 30px;
}
.small {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.logo {
	width: 100px;
	height: 120px;
	float: left;
}
.small_right {
	float: left;
	width: 760px;
	height: 120px;
	margin-left: 140px;
}
.info a {
	float: right;
	width: 150px;
	height: 45px;
	background: #F5841C;
	border-radius: 5px;
	margin-top: 40px;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-right: 40px;
	text-decoration: none;
	text-align: center;
}
.info a:hover {
	background: #D36A0A;
}
.info input:focus {
	border: none;
}
/*导航-开始*/
#wrap {
	margin: 10px auto 0;
	width: 100%;
	height: 60px;
	background: url(../images/nav_bg.png) repeat-x top left;
}
#main_nav ul {
	font-size: 13px;
	list-style: none;
}
#main_nav {
	height: 60px;
	overflow: visible;
	margin: 0 auto;
	width: 1000px;
}
#main_nav li {
	float: left;
	position: relative;
	z-index: 5;
}
#main_nav li a {
	color: #fff;
	display: block;
	width: 166.5px;
	height: 45px;
	text-decoration: none;
	line-height: 45px;
	text-align: center;
	margin-top: 2px;
}
#main_nav li ul li a {
	font-size: 12px;
	width: 164.5px;
	height: 40px;
	line-height: 40px;
	margin: 0px;
}
#main_nav li ul li a:hover, #main_nav li.focus ul li a:hover {
	background: #fe7210;
}
#main_nav li.focus a, #main_nav li a:hover {
	background: url(../images/nav_over.png) no-repeat top left;
}
#main_nav li.focus ul li a {
	background: none;
}
#main_nav li ul {
	position: absolute;
	top: 46px;
	left: 0px;
	background: #fd9342;
	border-color: #de813b;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	display: none;
}
#main_nav li ul li {
	float: none;
}
/*导航-结束*/

/*新首页*/
.clear {
	clear: both;
}
/* 新增*/
.error {
	padding-left: 65px;
	font-size: 12px;
	list-style: 20px;
	color: #FF0000;
}
.yz_ts, .dl_yz_ts {
	padding-left: 100px;
	font-size: 12px;
	color: #FF0000;
	line-height: 24px;
	text-align: left
}
.qd_cw {
	font-size: 14px;
	color: #ff0000;
	width: 100%;
	text-align: center
}
.body {
	font-size: 14px;
	color: #565656;
	line-height: 26px;
	padding-bottom: 30px;
}
.header {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 100px;
	display: none
}
.head {
	position: absolute;
	z-index: 10;
	top: -35px;
	left: -160px;
	display: none
}
.hover {
	background-color: #FFFFFF;
	color: #00a84d;
}
.denglu {
	color: #FFFFFF;
	padding-right: 20px;
	float: right;
	cursor: pointer
}
.denglu a {
	color: #FFFFFF;
}
.panel-category dt {
	font-size: 14px;
	line-height: 22px;
}
.list_more {
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F5841C;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #F5841C;
	margin-top: 10px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
/*新首页*/
.new_main {
	background: #f2f5f4;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
.new_main img {
	vertical-align: middle;
}
.new_header_div {
	width: 1000px;
	margin: 0 auto;
}
.new_header_top {
	height: 100px;
	line-height: 100px;
}
.new_header_top a {
	display: block;
	float: left;
	margin-top: 15px;
}
.new_header_top ul {
	poading-top: 25px\9;
	float: right;
}
.new_header_top li {
	float: left;
	margin-left: 44px;
}
.new_header_bottom {
	background: #00a84d;
	height: 56px;
	line-height: 56px;
}
.new_header_bottom li {
	float: left;
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.new_header_bottom li a {
	display: block;
	color: #fff;
}
.new_cur {
	background: #1abc64;
}
.new_header_bottom li a:hover {
	background: #1abc64;
}
.new_header_bottom img {
}
/*主页内容*/
.tab_div_ul>li {
	height: 56px;
}
.tab_div_ul label {
	float: left;
	width: 50px;
	font-size: 12px;
	text-align: left;
	color: #3b3a3a;
	line-height: 56px;
}
.tab_div_ul .list_div {
	float: left;
	padding-top: 10px;
}
.tab_div_ul input {
	border: 1px solid #cccccc;
	height: 35px;
	width: 159px;
	padding: 0 9px;
	color: #000000;
	outline: none;
}
.tab_div_ul .list_div_last {
	margin-right: 0px;
}
.tab_div_ul .list_select {
	padding-right: 36px;
	width: 199px;
	background: url(../images/new07.png) 217px no-repeat;
}
.tab_div_ul .list_select1 {
	padding-right: 15px;
	width: 220px;
}
.w144 {
	width: 144px;
}
.tab_div_ul select {
	padding-left: 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid #cccccc;
	height: 35px;
	border-radius: 0;
	width: 100px;
}
.tab_div_ul select option {
	margin-left: 10px;
}
.new_tab_bottom {
	padding: 15px 8px 0 20px;
}
.new_tab_bottom a {
	float: left;
	width: 80px;
	height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: url(../images/new08.jpg) left repeat-x;
}
.new_tab_bottom ul {
	float: right;
}
.new_tab_bottom ul li {
	line-height: 30px;
	float: left;
}
.new_up {
	width: 400px;
	display: none;
	position: absolute;
	padding: 18px 0;
	left: -40px;
	z-index: 10;
}
.arrow_in {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: dashed;
	border-color: transparent;
	border-top-width: 0;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	top: 6px;
	left: 55px;
	position: absolute;
}
.up_div {
	width: 358px;
	margin: 0 auto;
	padding: 14px 12px;
	background: #fff;
	box-shadow: 0 0 24px #4e4e4e;
	-moz-box-shadow: 0 0 24px #4e4e4e;
	-webkit-box-shadow: 0 0 24px #4e4e4e;
}
.new_up_tab {
	line-height: 20px;
	color: #2e2d2d;
	font-size: 12px;
	border-bottom: 1px solid #efefef;
}
.new_up_tab span {
	width: 19%;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 1px;
}
.new_up_cur {
	color: #34a831;
	border-bottom: 1px solid #40ad3e;
}
.new_up_list {
	padding: 6px 0;
	font-size: 12px;
}
.cities_list_cat li {
	width: 16%;
	height: 24px;
	line-height: 24px;
	float: left;
	vertical-align: middle;
	text-align: left;
}
.cities_list_cat li a {
	color: #2e2d2d;
}
/*合作*/
.hz_importance {
	background: #fff;
}
.hz_tab_left {
	float: left;
	width: 254px;
	height: 465px;
	padding-top: 77px;
	background: url(images/hz_left.jpg) left top no-repeat;
}
.hz_tab_left li {
	font-size: 14px;
	text-align: right;
	line-height: 48px;
	height: 48px;
	margin-bottom: 2px;
	background: url(../images_index/hz_12.png) left repeat-x;
}
.hz_tab_left li a {
	color: #fff;
	display: block;
	padding-right: 45px;
	border-left: 20px solid rgba(0,0,0,0.00);
}
.hz_tab_rj {
	background: url(../images_index/hz_02.png) 1px no-repeat;
}
.hz_tab_rj:hover a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_05.png) 21px no-repeat;
}
.hz_tab_rj.cur a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_05.png) 21px no-repeat;
}
.hz_tab_pt {
	background: url(../images_index/hz_06.png) 1px no-repeat;
}
.hz_tab_pt:hover a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_03.png) 21px no-repeat;
}
.hz_tab_pt.cur a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_03.png) 21px no-repeat;
}
.hz_tab_cy {
	background: url(../images_index/hz_07.png) 1px no-repeat;
}
.hz_tab_cy:hover a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_04.png) 21px no-repeat;
}
.hz_tab_cy.cur a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/hz_04.png) 21px no-repeat;
}
.hz_tab_right {
	float: left;
	width: 930px;
	padding-left: 56px;
}
.hz_right_div {
}
.hz_right_top {
	height: 47px;
	padding-top: 23px;
}
.hz_right_top p {
	height: 24px;
	line-height: 24px;
	color: #000000;
	float: left;
	font-size: 14px;
	border-bottom: 3px solid #8e8e8e;
}
.hz_right_top ul {
	float: right;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}
.hz_right_top ul li {
	float: left;
	margin: 0 2px;
}
.hz_right_top ul img {
	margin-right: 2px;
}
.hz_right_top ul a {
	color: #000;
}
.hz_right_top ul a:hover {
	color: #0677c9;
}
.hz_right_bottom {
	height: 384px;
	margin-right: 42px;
	font-size: 14px;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.hz_right_p {
	line-height: 42px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.hz_right_list li {
	line-height: 23px;
	margin-top: 10px;
	padding-left: 28px;
	background: url(../images_index/hz_08.jpg) 2px 4px no-repeat;
}
.hz_right_list li span {
	margin-right: 34px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d4d4d4;
}
.tab_right_bottom {
	line-height: 36px;
	font-size: 14px;
	margin-top: 20px;
}
.tab_right_bottom p {
	float: left;
	color: #7f7f7f;
	margin-right: 45px;
}
.tab_right_bottom p img {
	margin-right: 10px;
}
.tab_right_bottom li {
	float: left;
	color: #515151;
	margin-right: 32px;
}
.tab_right_bottom li span {
	color: #00a840;
}
.hz_right_xx .hz_right_list li {
	background: url(../images_index/hz_09.jpg) 2px 4px no-repeat;
}
.hz_right_cy .hz_right_list li {
	background: url(../images_index/hz_10.jpg) 2px 4px no-repeat;
}
/*货源*/
.hy_tab_left {
	float: left;
	width: 254px;
	height: 714px;
	background: #f5f5f5;
}
.hy_tab_tit {
	color: #010101;
	line-height: 68px;
	font-size: 14px;
	text-align: center;
	background: #ffffff;
	border-bottom: 1px solid #c9c9c9;
}
.hy_tab_tit span {
	color: #00a84d;
}
.hy_left_list {
	margin-left: 20px;
	margin-top: 10px;
}
.hy_left_list li {
	height: 48px;
	line-height: 48px;
	margin-bottom: 2px;
}
.hy_left_list li a {
	display: block;
	color: #00a84d;
	text-align: right;
	padding-right: 65px;
}
.list_hy {
	background: url(../images_index/ny_02.png) 1px no-repeat;
}
.hy_left_list li:hover {
	background: #00a84d url(../images_index/ny_05.jpg) right no-repeat;
}
.list_hy:hover a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/ny_01.png) 21px no-repeat;
}
.hy_left_list li.cur {
	background: #00a84d url(../images_index/ny_05.jpg) right no-repeat;
}
.list_hy.cur a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/ny_01.png) 21px no-repeat;
}
.list_cy {
	background: url(../images_index/ny_04.png) 1px no-repeat;
}
.list_cy:hover {
	background: #00a84d url(../images_index/ny_05.jpg) right no-repeat;
}
.list_cy:hover a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/ny_03.png) 21px no-repeat;
}
.list_cy.cur {
	background: #00a84d url(../images_index/ny_05.jpg) right no-repeat;
}
.list_cy.cur a {
	color: #fff;
	padding-right: 45px;
	background: url(../images_index/ny_03.png) 21px no-repeat;
}
.hy_right_div {
}
.hy_right_top {
	height: 26px;
	padding-top: 23px;
	margin-bottom: 21px;
	border-bottom: 1px solid #e5e5e5;
}
.hy_right_top p {
	float: left;
	color: #000000;
	font-size: 14px;
	line-height: 26px;
	position: relative;
	bottom: 1px;
	border-bottom: 3px solid #8e8e8e;
}
.hy_right_top ul {
	float: right;
	font-size: 14px;
	line-height: 26px;
	color: #000;
}
.hy_right_top ul li {
	float: left;
	margin: 0 2px;
}
.hy_right_top ul a {
	color: #000;
}
.hy_right_top ul a:hover {
	color: #0677c9;
}
.hy_right_top ul img {
	margin-right: 4px;
}
.hy_list {
	font-size: 12px;
	color: #292929;
}
.hy_list tr {
	line-height: 65px;
	border-bottom: 1px solid #d7d6d6;
}
.hy_list .hy_list_tit {
	line-height: 40px;
	background: #fafafa;
	color: #F5841C;
	border-bottom: none;
}
.hy_list td {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list_ddh {
	width: 85px;
	text-align: center;
}
.list_cfd {
	width: 95px;
	padding-right: 10px;
}
.list_ddd {
	width: 96px;
	padding-right: 10px;
}
.list_hwms {
	width: 205px;
}
.list_jgyx {
	width: 75px;
}
.list_cjl {
	width: 80px;
}
.list_xydj {
	width: 120px;
}
.list_fbsj .list_cllx .list_clcd {
	width: 88px;
}
.list_jd {
	width: 66px;
	text-align: center;
}
.list_dqwz, .list_czd {
	width: 128px;
	padding-right: 4px;
}
.list_lx {
	width: 72px;
}
.list_cph {
	width: 86px;
}
.list_hylx {
	width: 90px;
}
.list_lxr {
	width: 82px;
}
.list_zzcc {
	width: 84px;
}
.list_ctzk {
	width: 105px;
}
.list_yj {
	width: 80px;
}
.list_yj span {
	color: #f00;
}
.hy_list .cfd td {
	line-height: 30px;
	background: #ebebeb;
	text-align: center;
	width:110px;
}
.hy_list .neirong tr{
	line-height: 65px;
	border-bottom: 1px solid #D7D6D6;
}
.hy_list .neirong td {
	text-align: center;
	width:110px;
}
.hy_list .neirong tr td select{
	width: 110px;
	height: 30px;
	border: 1px solid #DBDBDB;
	background-color: #FAFAFA;	
}
.chaxun_4 {
    width: 80px;
    height: 30px;
    font-size: 14px;
    background-color: #F48B2B;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    float: left;
    border-radius: 5px;
}
.hy_list .neirong tr td button{
	font-size: 14px;
    background-color: #F48B2B;
    line-height: 30px;
    text-align: center;
    color: #FFF;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
/*车源*/
.cy_div {
	padding-top: 32px;
}
.new_cy {
	border: 1px solid #eaeaea;
	padding: 2px 0;
}
.new_cy .tab_div_ul .list_select {
	padding-right: 36px;
	width: 140px;
	background: url(../images/new07.png) 160px no-repeat;
}
.new_cy .tab_div_ul label {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.new_cy a {
	font-size: 14px;
}
.new_cy a img {
	margin-right: 20px;
}
.new_cy p {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	padding-left: 30px;
}
.new_cy p span {
	color: #ff0000;
	margin: 0 5px;
}
.new_cy .new_tab_bottom {
	float: left;
	padding: 12px 0;
	margin-left: 20px;
}
.cy_div .hy_right_top {
	line-height: 26px;
}
.cy_div .hy_right_top span {
	color: #00a84d;
}
.cy_div td {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.hy_list .hy_list_tit td {
	font-size: 14px;
}
.cy_div .list_dqwz, .cy_div .list_czd {
	width: 166px;
	text-align: center;
}
.cy_div .list_lx {
	width: 90px;
	text-align: center;
}
.cy_div .list_cph {
	width: 106px;
	text-align: center;
}
.cy_div .list_hylx {
	width: 86px;
	text-align: center;
}
.cy_div .list_lxr {
	width: 105px;
	text-align: center;
}
.cy_div .list_zzcc {
	width: 106px;
	text-align: center;
}
.cy_div .list_ctzk {
	width: 108px;
	text-align: center;
}
.cy_div .list_yj {
	width: 86px;
	text-align: center;
}
.cy_div .list_fh {
	width: 120px;
	text-align: center;
	color: #ff0000;
}
.cy_div .list_fh a {
	display: inline-block;
	color: #fff;
	width: 98px;
	background: url(../images/hy_01.png) center no-repeat;
}
.cy_div .hy_list_tit .list_fh {
	color: #F5841C;
}
.cy_div .list_jd a {
	width: 98px;
	background: url(../images/hy_01.png) center no-repeat;
}
.cy_div .list_ddh {
	width: 130px;
	text-align: center;
}
.cy_div .list_yslx {
	width: 205px;
	text-align: left;
	padding-left: 85px;
}
.cy_div .list_yslx p {
	line-height: 30px;
	padding-bottom: 2px;
}
.cy_div .hy_list_tit .list_yslx {
	width: 290px;
	padding-left: 0;
	text-align: center;
}
.cy_div .list_hwms {
	width: 380px;
	text-align: center;
}
.cy_div .list_jgyx {
	width: 135px;
	text-align: center;
}
/*车源切换*/
.cy_div_ul {
	height: 38px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 1px;
}
.cy_div_ul li {
	float: left;
	margin-left: 1px;
	width: 249.25px;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	border-top: 1px solid #F5841C;
	background: #F5841C;
}
.cy_div_ul li a {
	display: block;
	color: #fff;
}
.cy_div_ul .cur {
	background: #fff;
	margin-left: 0;
}
.cy_div_ul .cur a {
	color: #F5841C;
}
.cy_div .hy_right_top div {
	float: right;
	font-size: 14px;
}
.cy_div .hy_right_top div span {
	color: #f00;
	margin: 0 3px;
	font-size: 14px;
}
/*客户信息*/
.list_ddh_div {
	margin-top: 8px;
}
.list_ddh_left {
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 10px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}
.list_ddh_right {
	text-align: left;
	float: left;
	color: #292929;
}
.list_ddh_right img {
	margin-bottom: 5px;
	margin-left: 8px;
}
.list_ddh_left img {
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
}
.list_ddh_right ul {
	height: 20px;
}
.list_ddh_right li {
	float: left;
	line-height: 20px;
	color: #dbdbdb;
	margin: 0 2px;
}
.list_ddh_right li.cur {
	color: #ffba00;
}
.list_ddh_right p {
	line-height: 45px;
	text-align: left;
}
.cy_div .list_ddh {
	width: 160px;
	text-align: center;
}
.cy_div .list_ddhs {
	width: 190px;
}
.cy_div .hy_list_tit .list_yslx {
	width: 200px;
	padding-left: 0;
	text-align: center;
}
.cy_div .list_hwms {
	width: 130px;
	text-align: center;
}
.cy_div .list_jgyx {
	width: 90px;
	text-align: center;
}
.cy_div .list_fbsj {
	width: 108px;
	text-align: center;
}
.cy_div .list_cllx {
	width: 88px;
	text-align: center;
}
.cy_div .list_clcd {
	width: 100px;
	text-align: center;
}
.cy_div .list_jd {
	width: 100px;
	text-align: center;
}
.cy_div .list_yslx {
	width: 190px;
	text-align: left;
	padding-left: 20px;
}
/*尾部-开始*/
.footer {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	background: #525252;
	clear: both;
}
.footer_div {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}
.footer_tit {
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.footer_left {
	float: left;
	width: 250px;
}
.footer_left ul {
	margin-top: 15px;
}
.footer_left ul li {
	height: 30px;
	width: 125px;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
}
.clear {
	clear: both;
}
.footer_left ul li span {
	display: block;
}
.footer_left ul li a {
	color: #fff;
}
.footer_center {
	float: left;
	width: 398px;
	margin: 0 50px;
}
.footer_p {
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 6px;
	font-size: 12px;
}
.footer_right {
	float: left;
	width: 252px;
}
.footer_right p {
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
}
.footer_right p a {
	color: #fff;
}
.footer_right .info p {
	height: 25px;
	line-height: 25px;
	margin-bottom: 0;
}
.footer_bottom {
	color: #4d4d4d;
	font-size: 12px;
	line-height: 41px;
	text-align: center;
	background: #e6e6e6;
	clear: both;
}
/*尾部-结束*/
